home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / Q-R / RFZap 1.0 / RFZap Docs next >
Encoding:
Text File  |  1993-08-08  |  2.3 KB  |  58 lines  |  [TEXT/MPS ]

  1. RFZap 1.0
  2.  
  3. Copyright © 1993
  4. Paul Lemieux
  5. 905 Union Street
  6. Cary, NC 27511
  7. AOL: PaulLX
  8. Internet: lpl@epavax.rtpnc.epa.gov
  9. AppleSeeds BBS
  10. 919-481-4896 HST 16.8 bps, FIDONet 1:151/152
  11. 919-469-5867 14.4 bps
  12.  
  13. RFZap is a small drop-box type application that deletes the resource
  14. fork of any file.  The need for RFZap came about because the FIDONet
  15. mailer Tabby has problems with the resource forks of files, which
  16. result in a trashed resource fork.  This would not be a problem for
  17. most archive files like Stuffit, since the archive is in the data
  18. fork.  However, some Mac Bulletin Boards (BBSs), including TeleFinder,
  19. FirstClass, and NovaLink use the resource fork of the archive file
  20. to hold a description.  If a file's resource fork is trash, then you
  21. can't edit or add a description.  Previously, the only way to fix a
  22. Stuffit archive with a bad resource fork is to uncompress it and
  23. recompress it.  Now, simply by dropping the archive onto RFZap the
  24. offending resource fork will be deleted.
  25.  
  26. CAUTION: Be careful about what files you drop on RFZap!  Deleting
  27. the resource fork of an application (except self-extracting archives)
  28. will TOTALLY DESTROY the application.
  29.  
  30. RFZap was written in MPW Pascal.  It is based on the very nice little
  31. DropShell program written by Leonard Rosenthol and Stephan Somogyi.
  32. Since Leonard and Stephan took the time to write DropShell and give it
  33. away for free, I can't ethically charge for RFZap, since it was only
  34. the work of a few hours.
  35.  
  36. Special Behavior of RFZap
  37. 1) Compact Pro, DiskDoubler and Stuffit Deluxe self-extracting archives
  38.     are changed into their non-self-extracting counterparts.
  39.    
  40. Future Plans
  41. 1) Change extensions of converted .sea's to the right extension.
  42. 2) Change the cursor while the files are being converted.
  43. 3) Fine-tuning the buffer size (currently data is read and
  44.    written in 64K chunks).
  45. 4) Better parsing of error codes.  They are checked now, but the
  46.    process just aborts if anything goes wrong.
  47.    
  48. Release History
  49.  
  50. 1.0 - August 8, 1993; Fixed DiskDoubler SEA creator.
  51.  
  52. 1.0b2 - June 6, 1993; Fixed splash screen's title and content.
  53.                       Added support for DiskDoubler .sea's
  54.                       confirmation prior to zapping executables,
  55.                       including applications, DA's, INITs, cdevs,
  56.                       printer drivers, and RDEVs.
  57.  
  58. 1.0b1 - May 21, 1993; First public release